home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
perl
/
5.10.0
/
asm
/
unistd.ph
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-06-26
|
153 b
|
11 lines
require '_h2ph_pre.ph';
no warnings 'redefine';
if(defined(&__i386__)) {
require 'asm/unistd_32.ph';
} else {
require 'asm/unistd_64.ph';
}
1;